Take only the latest of the data repo
$ git clone --depth 1 https://github.com/ORG/REPO.git
GitHub Actions
code:taml
- uses: actions/checkout@v4
with:
fetch-depth: 1
$ git pull --ff-only --depth=1
data repo
---
This page is auto-translated from /nishio/data repoの最新だけ取る using DeepL. If you looks something interesting but the auto-translated English is not good enough to understand it, feel free to let me know at @nishio_en. I'm very happy to spread my thought to non-Japanese readers.